home *** CD-ROM | disk | FTP | other *** search
/ Sound Fx / Sound Fx.iso / Software / UNZIPED / MPW181-5 / _SETUP.1 / inv_mdct.h < prev    next >
C/C++ Source or Header  |  1997-04-14  |  248b  |  14 lines

  1. /* inv_mdct.h - Function prototype for Inverse Modified
  2.    Discrete Cosine Transform.
  3.  
  4.    Last edit : 04/14/97  */
  5.  
  6. #ifndef INV_MDCT_H
  7. #define INV_MDCT_H
  8.  
  9. #include "all.h"
  10.  
  11. void inv_mdct(real *in, real *out, int32 block_type);
  12.  
  13. #endif
  14.